home *** CD-ROM | disk | FTP | other *** search
- object frmFileDrop: TfrmFileDrop
- Left = 1012
- Top = 230
- BorderStyle = bsDialog
- Caption = 'frmFileDrop'
- ClientHeight = 471
- ClientWidth = 347
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lFileInfo: TLabel
- Left = 4
- Top = 8
- Width = 209
- Height = 13
- AutoSize = False
- Caption = 'lFileInfo'
- end
- object gbArchive: TGroupBox
- Left = 4
- Top = 24
- Width = 239
- Height = 89
- Caption = 'gbArchive'
- TabOrder = 0
- object btnNew: TButton
- Left = 8
- Top = 56
- Width = 75
- Height = 25
- Caption = 'btnNew'
- TabOrder = 1
- OnClick = btnNewClick
- end
- object btnBrowse: TButton
- Left = 88
- Top = 56
- Width = 75
- Height = 25
- Caption = 'btnBrowse'
- TabOrder = 2
- OnClick = btnBrowseClick
- end
- object oeFilename: TEdit
- Left = 8
- Top = 24
- Width = 217
- Height = 21
- TabOrder = 0
- OnKeyDown = FormKeyDown
- end
- end
- object gbAction: TGroupBox
- Left = 4
- Top = 120
- Width = 239
- Height = 51
- Caption = 'gbAction'
- TabOrder = 5
- object cbAction: TComboBox
- Left = 8
- Top = 18
- Width = 217
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbActionChange
- OnKeyDown = FormKeyDown
- end
- end
- object gbCompression: TGroupBox
- Left = 4
- Top = 176
- Width = 239
- Height = 51
- Caption = 'gbCompression'
- TabOrder = 6
- object cbCompLevel: TComboBox
- Left = 8
- Top = 18
- Width = 217
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnKeyDown = FormKeyDown
- end
- end
- object gbSpan: TGroupBox
- Left = 4
- Top = 232
- Width = 239
- Height = 51
- Caption = 'gbSpan'
- TabOrder = 7
- object cbSpan: TComboBox
- Left = 8
- Top = 18
- Width = 217
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbSpanChange
- OnKeyDown = FormKeyDown
- end
- end
- object btnCancel: TButton
- Left = 250
- Top = 126
- Width = 90
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object btnPassword: TButton
- Left = 250
- Top = 222
- Width = 90
- Height = 27
- Caption = 'btnPassword'
- TabOrder = 2
- OnClick = btnPasswordClick
- end
- object btnOk: TButton
- Left = 250
- Top = 8
- Width = 90
- Height = 25
- Caption = 'btnOk'
- Default = True
- TabOrder = 3
- OnClick = btnOkClick
- end
- object btnExclude: TButton
- Left = 250
- Top = 252
- Width = 90
- Height = 25
- Caption = 'btnExclude'
- TabOrder = 4
- OnClick = btnExcludeClick
- end
- inline frAddOptions: TfrAddOptions
- Left = 2
- Top = 284
- Width = 247
- Height = 186
- TabOrder = 8
- inherited gbStandardOptions: TGroupBox
- Width = 239
- inherited cbFullPath: TCheckBox
- Width = 220
- end
- inherited cbRelPath: TCheckBox
- Width = 220
- end
- inherited cbRecDirs: TCheckBox
- Width = 220
- end
- inherited cbHidden: TCheckBox
- Width = 220
- end
- end
- inherited gbSpecialOptions: TGroupBox
- Width = 239
- inherited cbFormat83: TCheckBox
- Width = 220
- end
- inherited cbSeperateDirs: TCheckBox
- Width = 220
- end
- inherited cbEmptyDirs: TCheckBox
- Width = 220
- end
- end
- end
- object tbList: TButton
- Left = 216
- Top = 8
- Width = 23
- Height = 15
- Caption = '...'
- TabOrder = 9
- Visible = False
- OnClick = tbListClick
- end
- object btnEmail: TButton
- Left = 250
- Top = 40
- Width = 90
- Height = 25
- Caption = 'btnEmail'
- TabOrder = 10
- OnClick = btnEmailClick
- end
- object btnEncrypt: TButton
- Left = 249
- Top = 72
- Width = 90
- Height = 25
- Caption = 'btnEncrypt'
- TabOrder = 11
- Visible = False
- OnClick = btnEncryptClick
- end
- object odDrop: TOpenDialog
- Left = 256
- Top = 80
- end
- end
-